action launchdarkly_delete_custom_role { label: "Delete a custom role by key." provider: launchdarkly method: DELETE path: "/roles/{customRoleKey}" encoding: json output: { type: "object" additionalProperties: true } }