Skip to content

Delete resource

DELETE
/api/resources

Delete resource permanently. Admin role is required.

Authorizations

bearerAuth

Bearer token using a JWT

Type
HTTP (Bearer)

Request Body

application/json
JSON
{
  
"id": "https://domain.org/path"
}

Responses

Resource has been deleted.

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI