Skip to main content
DELETE
/
sources
/
{sourceId}
Delete a Source
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
}

Authorizations

x-deck-client-id
string
header
required

Enter your client id

x-deck-secret
string
header
required

Enter your secret

Path Parameters

sourceId
string<uuid>
required

Response

OK

source_id
string<uuid>
required

The identifier for the source.

deleted
boolean
required

Indicates if the deletion was successful.