Skip to main content
DELETE
/
resources
/
{resource_id}
cURL
curl --request DELETE \
  --url https://api.opal.dev/v1/resources/{resource_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

resource_id
string<uuid>
required

The ID of the resource.

Response

200

The resource was successfully deleted.