cURL
curl --request DELETE \ --url https://sandbox.deck.co/api/v1/sources/{sourceId} \ --header 'x-deck-client-id: <api-key>' \ --header 'x-deck-secret: <api-key>'
{ "source_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "deleted": true }
Deletes a source that was created by your team. Only sources owned by your team can be deleted.
Enter your client id
Enter your secret
OK
The identifier for the source.
Indicates if the deletion was successful.
Was this page helpful?