cURL
curl --request DELETE \ --url https://{instance}.domo.com/api/authorization/v1/roles/{roleId} \ --header 'X-DOMO-Developer-Token: <api-key>'
Overview
Delete a Role
Endpoint
DELETE /api/authorization/v1/roles/
The ID of the role to updated
HTTP/1.1 204 No Content