API Reference
cURL
curl --request DELETE \ --url https://production.runalloy.com/users/{userId}/credentials/{credentialId} \ --header 'Authorization: <authorization>' \ --header 'x-api-version: <x-api-version>'
{ "success": true }
To delete a credential via the API, you need to invoke the below endpoint.
The version of the API to use. The current API version is 2025-09.
The credential you're looking to delete
The Id of the user associated with this credential
200
true