Social Posting
Delete a Social Post
Delete an existing Social Post identified by its unique uberall ID.
delete/social-posts/{id}
Path parameters
idstring required
The uberall unique ID of the Social Post that should be deleted
Response
Social Post deleted
Example response
{
"response": {
"socialPost": {
"publicationDate": "2024-06-25T11:01:00Z",
"timeZone": "Europe/Berlin"
}
}
}