Skip to main content
DELETE
/
api
/
authorization
/
v1
/
roles
/
{roleId}
Delete Role
curl --request DELETE \
  --url https://{instance}.domo.com/api/authorization/v1/roles/{roleId} \
  --header 'X-DOMO-Developer-Token: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://domoinc-arun-raj-connectors-domo-480814-upadate-new-checkbo.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-DOMO-Developer-Token
string
header
required

Path Parameters

roleId
integer
required

The ID of the role to updated

Response

204

HTTP/1.1 204 No Content