cURL
curl --request DELETE \ --url https://api.deck.co/v2/sources/{source_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "<string>", "deleted": true, "request_id": "<string>" }
Permanently deletes a source.
Secret key (sk_live_...)
Unique identifier for the source (prefixed with src_).
src_
OK
Confirmation object returned after a successful deletion.
ID of the deleted source.
Always source.
source
Always true for successful deletions.
true
Unique identifier for the API request. Include this when contacting support.
Was this page helpful?