Delete a list of destinations by their external ID. This operation will fail if any destination in the request is associated with a job, unless the force
query parameter is set to true
.
Empty response
The response for a bad request.
Validation Error
{- "items": [
- {
- "externalId": "my.known.id"
}
], - "ignoreUnknownIds": true,
- "force": true
}
{ }