Headers
Path Parameters
Response
OK
The response is of type object.
curl --request DELETE \
--url https://{baseurl}/api/v1/management/people/{personId} \
--header 'x-api-key: <x-api-key>'{
"data": {
"success": "Person deleted successfully"
}
}Delete an identified person from Formbricks.
curl --request DELETE \
--url https://{baseurl}/api/v1/management/people/{personId} \
--header 'x-api-key: <x-api-key>'{
"data": {
"success": "Person deleted successfully"
}
}OK
The response is of type object.
Was this page helpful?