deployments
Delete a Deployment
This API allows you to delete a deployment, either by supplying its id
in the URL or the url
of the deployment as a query parameter. You can obtain the ID, for example, by listing all deployments.
DELETE
Authorizations
Default authentication mechanism
Path Parameters
The ID of the deployment to be deleted
Example:
"dpl_5WJWYSyB7BpgTj3EuwF37WMRBXBtPQ2iTMJHJBJyRfd"
Query Parameters
A Deployment or Alias URL. In case it is passed, the ID will be ignored
Example:
"https://files-orcin-xi.vercel.app/"
The Team identifier to perform the request on behalf of.
Example:
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
Example:
"my-team-url-slug"