Last modified:2026-07-10 13:15:30
Maintainer:Not configured
Deletes a custom role (non-system, no active admins). Admin only.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Responses
application/json
curl --location --globoff --request DELETE 'https://stageapi.partake.ng/api/v2/admin/roles/{{roleId}}' \
--header 'Authorization: Bearer <token>'
Response Response Example
Modified at 2026-07-10 13:15:30