# Delete org role **DELETE /orgs/roles/{roleId}** ## Servers - https://open.api.missionx.ai/v1: https://open.api.missionx.ai/v1 () ## Authentication methods - O auth2 ## Parameters ### Path parameters - **roleId** (string) The role's unique document ID, i.e. `org.roles[]._id`. ## Responses ### 200 Successful response ### 400 Bad Request #### Body: application/json (object) - **message** (string) An error message. - **code** (string) An error code to handle specific error responses. - **data** (object) Optionally, additional data to help handle the error. ### 500 Internal Server Error #### Body: application/json (object) - **message** (string) An error message. - **code** (string) An error code to handle specific error responses. - **data** (object) Optionally, additional data to help handle the error. [Powered by Bump.sh](https://bump.sh)