Delete a project environment

View as Markdown

Delete a static project environment. Built-in Production and PR Preview environments are not deletable.

Authentication

AuthorizationBearer
API key authentication using Bearer token format

Path parameters

projectIdstringRequired
Project ID or shortId
environmentIdstringRequiredformat: "uuid"
Static environment ID

Response

Project environment deleted
deletedboolean
idstringformat: "uuid"

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
504
Gateway Timeout Error