Skip to main content
DELETE
Delete Access Role

Authorizations

Authorization
string
header
required

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

Body

application/json
roleId
string<uuid>
required
Example:

"c44a66ea-d0ba-4423-9f85-25c68f7aa37b"

Response

Role deleted successfully

success
boolean
Example:

true

statusCode
integer
Example:

200

statusMessage
string
Example:

"Role deleted successfully."

error
object | null
Example:

null

data
object