Delete targets (Deprecated)
Deprecated DELETE
/accounts/{account_id}/infrastructure/targets/batch https://api.cloudflare.com/client/v4
Removes one or more targets.
Parameters
path Path Parameters
| Name | Type |
|---|---|
account_id
required
| type InfraAccountTag = string |
Request Body
application/json
required
{ target_ids: InfraTargetId []; }
Responses
200
Successfully deleted the targets
unknown
Client Errors
4XX application/json
Failed to delete the targets
interface InfraApiResponseCommonFailure {
errors:InfraMessages ;
messages:InfraMessages ;
result: null;
success: false;
}
errors:
messages:
result: null;
success: false;
}