Skip to main content
DELETE
Delete a platform token

Authorizations

Authorization
string
header
required

API key as Authorization: Bearer sk-social-...

Path Parameters

slug
string
required

Brand slug.

Example:

"acme-corp"

platform
enum<string>
required

Platform identifier.

Available options:
x,
linkedin,
instagram,
threads,
youtube
Example:

"x"

platformUserId
string
required

User/page ID on the platform.

Example:

"x_12345"

Response

Token deleted.

success
boolean
Example:

true

data
object