/**
 * @example
 *     {
 *         id: "id"
 *     }
 */
export interface DeleteCrmAttributesIdRequest {
    /** Attribute ID */
    id: string;
}
