Delete Deployment
Delete a deployment.
Authorization: caller must own the deployment. Deployment credentials
are cascade-deleted at the database level; access tokens instead have
their deployment_id set to null (SET NULL) and are retained.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
deployment_id*Deployment Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
curl -X DELETE "https://example.com/v1/deployments/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}