Skip to main content
POST
Release an active recipient suppression

Body

The suppression entry request payload for the operation.

Defines a recipient and communication channel to suppress, release, or check before Leadping sends outreach.

organizationId
string

Organization whose suppression list should be used.

recipientIdentifier
null | string

Optional provider or customer identifier that uniquely identifies the recipient.

phoneNumber
null | string

Recipient phone number to suppress or check, preferably in E.164 format.

email
null | string

Recipient email address to suppress or check.

channel
string

Communication channel affected by the suppression, such as SMS, voice, email, or all channels.

reason
null | string

Human-readable reason for creating or releasing the suppression.

Response

Returns the suppression entry response.

Describes a recipient suppression that prevents outreach through one or more communication channels.

id
null | string

Unique Leadping identifier for the suppression entry.

organizationId
null | string

Identifier of the organization that owns the suppression entry.

recipientIdentifier
null | string

Provider or customer identifier used to recognize the suppressed recipient.

normalizedPhoneNumber
null | string

Suppressed phone number normalized to a consistent format.

normalizedEmail
null | string

Suppressed email address normalized for matching.

channel
null | string

Communication channel affected by the suppression, such as SMS, voice, email, or all channels.

source
null | string

System or workflow that created the suppression.

status
null | string

Current lifecycle state, such as active or released.

reason
null | string

Human-readable reason the recipient was suppressed or subsequently released.

suppressedAt
null | string<date-time>

UTC timestamp when the suppression became active.

releasedAt
null | string<date-time>

UTC timestamp when the suppression was released, or while it remains active.

audit
object[]

Chronological audit history of suppression and release changes.

Last modified on August 11, 2026