Skip to main content
DELETE
/
v2
/
auth
/
accesses
/
{access-id}
Delete Access
curl --request DELETE \
  --url https://api.avenia.io:8443/v2/v2/auth/accesses/{access-id} \
  --header 'Authorization: Bearer <token>'
{}

Delete 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
required

ID of the access to delete

Query Parameters

otp
string
required

One-time password for verification

Response

Success

The response is of type object.