ReferenceAppsConciergeAdmin

Delete help center

Delete an existing help center and its associated collections and posts

POST
/apps/bivariant.concierge/modules/admin/actions/helpcenter.delete
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Header Parameters

X-Bivariant-Space-Idstring

Space ID

Help center ID input

idstring

ID of the object

Response Body

curl -X POST "https://eu1.api.bivariant.com/v1/apps/bivariant.concierge/modules/admin/actions/helpcenter.delete" \  -H "X-Bivariant-Space-Id: string" \  -H "Content-Type: application/json" \  -d '{    "id": "string"  }'
{
  "id": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}