action apache_delete_role { label: "Delete a role" description: "Delete a role.\n\n*New in version 2.1.0*\n" provider: apache method: DELETE path: "/roles/{role_name}" encoding: json output: { type: "object" additionalProperties: true } }