DocsAPI ReferencePost/bff/post/post-meta-delete
postPostAdmin BFF

/bff/post/post-meta-delete

Delete one metadata entry by key

PostpostBffPostPost-meta-delete

Parameters

2 body

2 total
Body · 2
idstringRequired

Post external ID.

keystringRequired

Metadata key to delete.

Length: 164

Request

POST /bff/post/post-meta-delete

post
curl -X POST "https://api.bizkithub.com/bff/post/post-meta-delete" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "id": "aBcDeFgH12345678",
  "key": "example_key"
}'

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key