Skip to main content
DELETE
/
v2
/
auth
/
accesses
/
{access-id}
Delete sub-access
curl --request DELETE \
  --url https://api.example.com/v2/auth/accesses/{access-id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Delete sub-access

DELETE request to /v2/auth/accesses/

Authorizations

Authorization
string
header
required

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

Path Parameters

access-id
string<uuid>
required

Query Parameters

otp
string
required

Response

OK