Description
Delete a resource.
Request
HTTP Method: DELETE
Parameter | Description |
---|---|
resource_id | The ID of the live resource to delete. |
curl -X DELETE \
https://<<META.tenant.domain>>/api/v1/global_resources/<<resource_id>> \
-H 'content-type: application/json' \
-H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'
Response
A successful request will return the JSON object describing the deleted resource with a 204
status code.