cURL
curl --request DELETE \ --url https://api.deck.co/v2/credentials/{credential_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "<string>", "status": "<string>", "request_id": "<string>" }
Clerk JWT, client credential JWT, or secret key (sk_live_...)
OK
Was this page helpful?