cURL
curl --request DELETE \ --url https://sandbox.deck.co/api/v1/decks/{deckId}/jobs/{stepId} \ --header 'x-deck-client-id: <api-key>' \ --header 'x-deck-secret: <api-key>'
{ "deck_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "step_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "job_code": "<string>", "deleted": true }
Permanently delete a job you have created from the Deck API. Jobs can also be deleted in the Dashboard.
Enter your client id
Enter your secret
OK
The identifier for the deck.
The step identifier that was removed.
The job code of the removed job.
Indicates if the removal was successful.
Was this page helpful?