Skip to main content
POST
/
api
/
v1
/
customers
/
{customerId}
/
deactivate
Deactivate Customer
curl --request POST \
  --url https://skala-sandbox.ripio.com/api/v1/customers/{customerId}/deactivate/ \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.

Path Parameters

customerId
string<uuid>
required

Unique identifier for the customer.

Response

Customer deactivated successfully.

The response is of type object.