MeshTale Docs
DELETE
/v1/orgs/{orgSlug}/custom-roles/{roleId}

Authorization

sessionCookie
meshtale_session<token>

In: cookie

Path Parameters

orgSlug*string
roleId*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

reassign_to?string

viewer, member, or an org-wide custom role UUID

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/orgs/string/custom-roles/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{}'
Empty
{  "error": "string",  "message": "string",  "details": {}}
{  "error": "string",  "message": "string",  "details": {}}
{  "error": "string",  "message": "string",  "details": {}}
{  "error": "string",  "message": "string",  "details": {}}
{  "error": "string",  "message": "string",  "details": {}}
{  "error": "string",  "message": "string",  "details": {}}