Skip to main content
DELETE
/
locations
/
{locationId}
/
faqs
/
{faqId}
Remove a FAQ
curl --request DELETE \
  --url https://api.pickupbell.com/locations/{locationId}/faqs/{faqId} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.pickupbell.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Location-scoped API token from Settings → API & MCP.

Path Parameters

locationId
string
required

Location UUID or slug (e.g. premier-hvac).

faqId
string<uuid>
required

Response

204

Deleted