What is the deleteTestimonialByTestimonialId Method?

This method will delete an existing customer testimonial from your Apptivo firm. Provide the detail of the testimonial to be removed, and it will be permanently removed immediately. Warning, this action cannot be undone.

Method Definition

@WebMethod(action = "deleteTestimonialByTestimonialId", operationName = "deleteTestimonialByTestimonialId")
public MethodResponse deleteTestimonialByTestimonialId(String siteKey, String accessKey, String testimonialId)

Expected Response

stdClass Object
(
[return] => stdClass Object
(
[statusCode] => 1000
[statusMessage] => Success
)
)

Back to API reference.