Permanently delete a Vercel deployment by its ID or URL. Use this action to remove a deployment from Vercel. The deployment can be identified either by its unique deployment ID (e.g., 'dpl_xxx') or by providing the deployment URL as a query parameter. Note: This action is destru…
idRequiredstringThe unique deployment ID (starts with 'dpl_'). Required but ignored if 'url' query parameter is provided.
urlstringA deployment URL or alias URL to identify the deployment to delete. When provided, this takes precedence over the 'id' parameter.
slugstringThe Team slug (URL-friendly name) to perform the request on behalf of. Can be used instead of team_id.
teamIdstringThe Team identifier to perform the request on behalf of. Required when the deployment belongs to a team.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.