Skip to main content
DELETE
/
deploy
/
{deploy_id}
Deploy Delete
curl --request DELETE \
  --url https://api.example.com/deploy/{deploy_id} \
  --header 'Authorization: Bearer <token>'
{
  "deploy_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

xi-api-key
string | null

Path Parameters

deploy_id
string
required

Response

Successful Response

deploy_id
string
required

Deploy Id

Example:

"fkj843kjh8"