How to delete a consumer?

Edited

We support the removal of a consumer via the Vault API: https://developers.apideck.com/apis/vault/reference#operation/consumersDelete


Example CURL snippet to delete a consumer

curl --location --request DELETE 'https://unify.apideck.com/vault/consumers/{consumerId}' \ 
--header 'Accept: application/json' \ 
--header 'x-apideck-app-id: *******************' \ 
--header 'Authorization: Bearer ***************************'

where the {consumerId} should be replaced with the consumer you want to remove.

🚩 It's important to note that removing a consumer through the web portal isn't currently feasible as it's a highly destructive action.
​
In the event that a consumer is accidentally removed, it would require the user to re-authenticate all of their integrations.

Was this article helpful?

Sorry about that! Care to tell us more?

Thanks for the feedback!

There was an issue submitting your feedback
Please check your connection and try again.