curl --request DELETE \
--url https://api.crevio.co/v1/reviews/{id} \
--header 'Authorization: <api-key>'{
"id": "<string>",
"object": "<string>",
"deleted": true
}Deletes a review
curl --request DELETE \
--url https://api.crevio.co/v1/reviews/{id} \
--header 'Authorization: <api-key>'{
"id": "<string>",
"object": "<string>",
"deleted": true
}Documentation Index
Fetch the complete documentation index at: https://docs.crevio.co/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?