Skip to main content
DELETE
/
resources
/
{id}
cURL
curl --request DELETE \
  --url https://instantrestapi.com/api/resources/{id} \
  --header 'api-key: <api-key>'
{
  "errors": [
    {
      "error": "<string>",
      "message": "<string>"
    }
  ]
}

Authorizations

api-key
string
header
required

Path Parameters

id
string
required

Unique identifier for the resource

Response

Response