Accelerate the Value of Data

Delete a customer client

Learn about deleting a client that is associated with the customer.

Use this API to delete one or more clients.

You need either of the following role and permission to use this API:
  • ROLE_ADMIN_CUSTOMER
  • Auth.Customer.Clients DELETE

Request

DELETE https://auth.reltio.com/oauth/customers/{customerId}/clients/{clientId}
Table 1. Parameters
Name Required Description
HeadersAuthorization YesInformation about the authentication access token should be in the format: "Bearer {accessToken}". For more information, see topic Authentication API.
URL Parameters customerId YesA valid Customer ID.
clientId YesA valid Client ID.

Response

The response body contains the status of the delete request.

Example

Request
DELETE https://auth.reltio.com/oauth/customers/ABC/clients/test_client
Headers: Authorization: Bearer {Access-Token}
Response
{
  "status": "success"
}