DELETE
cURL
Deletes a post. Returns 202. If the post never reached Google it is deleted immediately; otherwise poll Get Post until DELETED.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Post id

Query Parameters

account_id
string

Account ID. Required when using an organization token; ignored for account-level tokens.

Response

Deletion queued or completed immediately

success
boolean
payload
object