Skip to main content
TypeScript

Authorizations

Authorization
string
header
required

Your Periskope API token, sent as Authorization: Bearer <token>. Generate one from the Periskope dashboard under Settings → API & Webhooks. API access requires an active Pro or Enterprise plan.

Body

application/json
ticket_properties
string[]

property_ids or names (case-insensitive) of the ticket properties to delete

Example:
chat_properties
string[]

property_ids or names (case-insensitive) of the chat properties to delete

Example:

Response

Per-entry outcome of the deletion

success
enum<boolean>

Always true when the request was processed

Available options:
true
message
string

Human-readable confirmation message

Example:

"Custom properties deleted"

data
object