Guides • Build Banking Apps
Delete an application

Delete an application

To delete an existing application, make a DELETE request to the /register endpoint.

Request

You must provide the following headers and parameters to the request.

Headers

  • access_token: mandatory

Query string

  • client_id: mandatory

Example

curl -X DELETE https://oba-auth.revolut.com/register/<insert client_id> \
-k --cert transport.pem --key private.key \
--header 'Authorization: Bearer <your access_token>'

Response

Status

  • If the request is successful, you receive a JSON payload that matches the client_id of the application that client-credentials grant access token was issued.
  • If the client_id is unknown, you receive a JSON payload with an Unauthorized status code.
  • If you're having issues deleting an application, reach out to support.
Was this page helpful?