Delete org role

DELETE /orgs/roles/{roleId}

Path parameters

  • roleId string Required

    The role's unique document ID, i.e. org.roles[]._id.

Responses

  • Successful response

  • 400 application/json

    Bad Request

    Hide response attributes Show response attributes object
  • 500 application/json

    Internal Server Error

    Hide response attributes Show response attributes object
DELETE /orgs/roles/{roleId}
curl \
 -X DELETE https://open.api.missionx.ai/v1/orgs/roles/{roleId}
Response examples (400)
{
  "message": "string",
  "code": "string",
  "data": {
    "key": null
  }
}
Response examples (500)
{
  "message": "string",
  "code": "string",
  "data": {
    "key": null
  }
}