cURL
curl --request DELETE \ --url https://your-domain.com/api/client/v1/deployments/configurations/{configurationId} \ --header 'Authorization: Bearer <token>'
{ "ok": true, "deleted": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Deployment configuration ID.
Deleted