Skip to main content
DELETE
/
organizations
/
{orgId}
/
faqs
/
{id}
Delete FAQ
curl --request DELETE \
  --url https://api.helloannie.com/v1/organizations/{orgId}/faqs/{id}
{
  "success": true,
  "data": {},
  "message": "<string>"
}

Path Parameters

orgId
string<uuid>
required

The ID of the organization

faqId
string<uuid>
required

The ID of the FAQ to delete

Response

Confirmation that an FAQ has been deleted

success
enum<boolean>
required
Available options:
true
data
object
required
message
string
required