Parameters
JSON body
Request body
application/jsonidstringRequiredPost external ID.
Example
aBcDeFgH12345678keystringRequiredMetadata key to delete.
Length: 1–64
JSON body
idstringRequiredPost external ID.
aBcDeFgH12345678keystringRequiredMetadata key to delete.
1 status code documented
success"true"Required{
"success": true
}POST /bff/post/post-meta-delete
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"
}'All BizKitHub public API endpoints require authentication via API key.