Avisi cloud logo
Environments

Delete an environment from an organisation.

DELETE
/api/v1/orgs/{organisationSlug}/environments/{environmentSlug}

Path Parameters

organisationSlugRequiredstring
Pattern: "^[a-z0-9-]+$"
environmentSlugRequiredstring
Pattern: "^[a-z0-9-]+$"

Response Body

Request was successfully processed, but there is no response body to return.

curl -X DELETE "https://api.avisi.cloud/api/v1/orgs/string/environments/string"
Empty