Skip to main content
PATCH
Delink Schema from Event

Authorizations

ServiceToken <token>
string
header
required

You can get Service Token from SuprSend dashboard -> Account Settings -> Service Tokens section.

Path Parameters

workspace
string
required

Workspace slug (staging, production, etc.)

url_encoded_event_name
string
required

URL encoded event name. Example - SHIPMENT%20ARRIVED

Response

Successfully delinked schema from event

name
string

Event name

Example:

"user_signup"

description
string

Description of the event

Example:

"Triggered whenever a new user successfully signs up on the platform"

payload_schema
any

Schema has been delinked from the event

Example:

null

created_at
string<date-time>

When the event was created

Example:

"2025-08-27T09:30:57.945326Z"

$schema
string

JSON Schema reference for how the event API call should be structured

Example:

"https://schema.suprsend.com/event/v1/schema.json"