Delete feedback
Delete a feedback question.
Delete Feedback
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": {
"deleted": 1
}
}Last updated
Delete a feedback question.
DELETE https://{{account_id}}.acquire.io/api/v1/crm/feedback?id={{id}}
Delete feedback. The id must be passed in to the endpoint as a query parameter. Warning: this action cannot be undone.
id
integer
The feedback ID
Authorization
string
Bearer {{api_key}}
{
"data": {
"deleted": 1
}
}Last updated