DELETE
/
access_requests
/
{access_request_id}
Delete an access request
curl --request DELETE \
  --url http://localhost:3001/portal-api/access_requests/{access_request_id} \
  --header 'Authorization: <api-key>'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Path Parameters

access_request_id
integer
required

UID of this access request

Example:

1

Response

OK

status
string

Status of the operation

Example:

"ok"