Closed rmilesson closed 4 years ago
Hi!
It's not possible to delete a website with this API wrapper as of now since the verify-parameter is not passed along to the API.
Error message when using CrispWebsite::delete:
CrispWebsite::delete
{"error":true,"reason":"invalid_data","data":{"namespace":"data","message":"data should have required property 'verify'"}}
Hello, the error comes from the fact that the endpoint expects the verify parameter (your password) in data, in order to correctly process the deletion.
verify
data
Hi!
It's not possible to delete a website with this API wrapper as of now since the verify-parameter is not passed along to the API.
Error message when using
CrispWebsite::delete
: