# Suspended Campaign Registration

## Delete Submitted

`com.twilio.messaging.compliance.campaign-registration.suspended-campaign-delete-submitted`

Suspended Campaign Registration Delete Submitted events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the [Webhook](/docs/events/webhook-quickstart) or [Kinesis](/docs/events/eventstreams-quickstart) quickstarts and refer to the [product documentation](/docs/messaging/compliance/a2p-10dlc/event-streams-setup).

**Versions**

#### v1 (latest)

* `string` **accountsid**. Unique ID for the Twilio account.
* `string` **brandsid**. Unique ID for the brand.
* `string` **campaignsid**. Unique ID for the campaign.
* `string` **messagingservicesid**. Unique ID for the messaging service.
* `string` **externalcampaignid**. Unique ID for the matching campaign in the registrar.
* `string` **a2pusecase**. Use case for the campaign registration.
* `integer` **createddate**. Date when campaign was created in epoch format.
* `integer` **updateddate**. Date when campaign was last updated in epoch format.
* `string` **campaignregistrationstatus**. The campaign registration status.
* `integer` **timestamp**. Date when campaign was registered in epoch format.
* `integer` **errorcode**. The twilio error code associated with the campaign registration event.

The full specification for version 1 is also available as a [JSON schema](https://events-schemas.twilio.com/A2P.SuspendedCampaignRegistrationDeleteSubmitted/1).
