Skip to main content
POST
/
gbp
/
posts
/
{id}
/
cancel
Cancel a scheduled GBP post
curl --request POST \
  --url https://api.app.hrizn.io/v1/public/gbp/posts/{id}/cancel \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "status": "cancelled"
  }
}

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Path Parameters

id
string<uuid>
required

Post ID

Response

Post cancelled

data
object
Last modified on April 13, 2026