1. API
  2. Resources

Resources: Delete

Description

Delete a resource.

Request

HTTP Method: DELETE

Parameter Description
resource_id The ID of the live resource to delete.
curl -X DELETE \
  https://<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 an empty response with a 204 status code.

Was this helpful?
Resources: Delete | API | Tines