Foundation Data & Integrations
JSON REST API
DELETE request - Deleting records
2 min
delete requests allow the deletion of existing records simple delete delete a ticket from the command line ➜ https v delete https //sandbox servicely ai/v1/user/c0a8011645fb1a608145fb3102b10000 delete /v1/user/c0a8011645fb1a608145fb3102b10000 http/1 1 http/1 1 200 ok content length 0 content type application/json date wed, 16 jun 2021 12 01 47 gmt set cookie jsessionid=37679489 75d1 486d bed7 e21d7ccd762c; path=/; httponly;secure set cookie rememberme=deleteme; path=/; max age=0; expires=tue, 15 jun 2021 12 01 47 gmt;secure;httponly strict transport security max age=31536000 response the response will be an http 200 response if the item was deleted if the record could not be deleted because of validation/permission reasons a http 422 response will be returned if the record was not found, a http 404 response will be returned