Delete

Description

Delete a resource.

Request

HTTP Method: DELETE

Parameter Description
id The ID of the resource to delete.
curl -X DELETE \
  https://<<META.tenant.domain>>/api/v1/global_resources/<<resource_id>> \
  -H 'content-type: application/json' \
  -H 'x-user-token: <api-token>'

Response

A successful request will return the JSON object describing the deleted resource with a 204 status code.

Field description

Parameter Description
destroyed_id Resource ID.
Was this helpful?