Delete Form.
cURL
curl --request DELETE \ --url https://api.octaviatech.app/cms/forms/delete/{id} \ --header 'x-api-key: <api-key>'
{ "success": true, "statusCode": 200, "message": "Deleted", "data": null }
"{{objectId}}"
Deleted
The response is of type any.
any
Was this page helpful?