Skip to main content
POST
/
optimize_me
/
deregister_campaign
Deregister Campaign
curl --request POST \
  --url https://public.plai.io/optimize_me/deregister_campaign \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "userId": "<string>",
  "campaignId": "<string>"
}
'
{
  "success": true,
  "results": {
    "success": true,
    "error": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://plai-a079b342.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Request Body

userId
string
required
User ID, If not already created, make a user on create user page first. If already created, retrieve the user ID from get profile page.
campaignId
string
required
Campaign ID

Response

success
boolean
Indicates that the HTTP response was successful (status code 200 OK).
results
object