# KlaviyoAPI::ProfileSubscriptionDeleteQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **email** | **String** | The email address to unsubscribe. | [optional] | | **phone_number** | **String** | The phone number to unsubscribe. | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ProfileSubscriptionDeleteQueryResourceObjectAttributes.new( email: matt-kemp@klaviyo-demo.com, phone_number: +15005550006 ) ```