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.

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

Last updated