v1

latestOpenAPI 3.0.1Licensed under Uberall2026-08-0629353914.0 MB
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

status'SUCCESS' | 'PENDING' | 'QUOTA_LIMIT_EXCEED' | 'NOT_AUTHORIZED' | 'FORBIDDEN' | 'BAD_ACCESS_TOKEN' | 'BAD_PRIVATE_KEY' | 'BAD_PUBLIC_KEY' | 'MISSING_PARAMETER' | 'INVALID_PARAMETER' | 'WRONG_PARAMETER_TYPE' | 'CONFLICT' | 'RESOURCE_LOCKED' | 'SERVER_ERROR' | 'ERROR' | 'NOT_FOUND' | 'BAD_REQUEST' | 'USER_ERROR' | 'PARTIAL_ERROR' | 'SERVICE_TEMPORARILY_UNAVAILABLE' required
messagestring

(optional) Holds further information about the response

warningsstring[]

(optional) Holds further warnings

Example response

{
  "response": {
    "socialPost": {
      "publicationDate": "2024-06-25T11:01:00Z",
      "timeZone": "Europe/Berlin"
    }
  }
}