Deploy Keys

Delete deploy key

Deletes a deploy key for the specified deployment. The id in the request body can be the full deploy key (with prefix), encoded token, or the name of the deploy key.

post/deployments/{deployment_name}/delete_deploy_key

Path parameters

Deployment name

Request body

idstring required

The token to delete. This can be the secret value of the token or the token's unique name.

Changes

No recorded changes to this endpoint across all 5 revisions of this API.