cURL
curl --request DELETE \ --url https://management-api.fpjs.io/environments/{id} \ --header 'Authorization: Bearer <token>' \ --header 'X-API-Version: <x-api-version>'
{ "error": { "message": "<string>", "code": "<string>", "violations": [ { "property": "<string>", "message": "<string>" } ] } }
Deletes an environment with the given environment ID. You can only delete environments that don’t have any active API keys associated with it.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Management API version.
Empty response indicating a successful operation.
Was this page helpful?