To delete an existing application, make a DELETE
request to the /register
endpoint.
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.
Parameter | Description |
---|---|
access_token | Access token. |
client_id | Client ID of your application. |
curl -X DELETE https://oba-auth.revolut.com/register/<client_id> \
-k --cert transport.pem --key private.key \
--header 'Authorization: Bearer <access_token>'
If the request is successful, you will receive an empty response with the 204
HTTP status code.
If you're having issues deleting an application, or if you also need to delete your Developer Portal account, reach out to our API Support team.