APIsCamunda 8 API (REST)SpecificationsRoleDelete roleVersion: 8.8 (unreleased)Delete role DELETE /roles/:roleKey Deletes the role with the given key. Request Responses204401404500The role was deleted successfully.The request lacks valid authentication credentials.The role with the roleKey was not found.An internal error occurred while processing the request.Was this helpful?