Guides • Build Banking Apps
Delete an application
doc

Delete an application

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

Request

info

Requests must be authenticated with an access token with any valid scope (accounts, payments or openid) and must contain the Client ID of the application.

ParameterDescription
access_tokenAccess token.
client_idClient ID of your application.

Example

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

Response

If the request is successful, you will receive an empty response with the 204 HTTP status code .

Need help?

If you're having issues deleting an application, reach out to our API Support team.

Was this page helpful?