action contract_p_delete_role_resource { label: "Delete a role" description: "Delete the given role.\n\n**WARNING** This will completely remove the role, this is not recoverable\n\n**Permission required:** edit_users" provider: contract_p method: DELETE path: "/roles/{role_id}" encoding: json output: { type: "object" additionalProperties: true } }