Delete a Testimonial

You can delete an existing testimonial by calling the Post request to the

https://app.socialprf.io/api/1.1/wf/delete_testimonial endpoint.

It will delete the specified testimonial.

fieldsmandatory/ optionaldescription

api_key

Mandatory

The API key of your organisation.

id

Mandatory

The ID of the testimonial you want to delete

Response Example
{
"message" : "deleted successfully"
}

Last updated