Skip to main content
POST
Bulk delete Environments

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/vnd.api+json

Two mutually exclusive modes. Pass exactly one of: external_ids (delete specific records) or managed_by (prune all managed records not in keep set).

external_ids
string[]
required

Array of external_ids to delete. Max 100 per request.

Minimum array length: 1
Minimum string length: 1

Response

records deleted successfully

data
object