curl --request POST \
--url https://services.leadconnectorhq.com/social-media-posting/category/queues/{queueId}/edit/discard \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"sessionId": "<string>"
}
'Cancel the edit session and delete all staged changes without affecting the live queue.
curl --request POST \
--url https://services.leadconnectorhq.com/social-media-posting/category/queues/{queueId}/edit/discard \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"sessionId": "<string>"
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"Bearer <token>"
"2021-07-28"
Successful response
Was this page helpful?