Skip to main content
PATCH
Toggle Server-Side String Status

Authorizations

Authorization
string
header
required

Standard HTTP Bearer token authentication header (e.g. Authorization: Bearer pk_live_...).

Path Parameters

id
integer
required

Unique ID of the record.

Body

application/json
status
enum<string>
required
Available options:
active,
inactive
Example:

"inactive"

Response

Status updated.

success
boolean
Example:

true

message
string
Example:

"Operation completed successfully"