Delete deploys by filter
DELETE/api/v1/catalog/deploys
Filter and delete deploys by SHA hash, environment, or type. Note that at least one of the filters need to be set.
If looking to delete all deployments for an entity, use the Delete all deploys for entity
endpoint instead.
Request
Responses
- 200
- 400
- 429
Successfully deleted deployment
Trying to delete deploys without any filters
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
Response Headers
Retry-After
The number of seconds until the rate limiting resets.