cURL
curl --request DELETE \ --url https://api.sully.ai/v1/codings/{codingId} \ --header 'X-ACCOUNT-ID: <api-key>' \ --header 'X-API-KEY: <api-key>'
{ "error": 123, "message": "<string>" }
Deletes a coding analysis by ID
ID of the coding analysis to delete
"coding_EXAMPLE123456789"
Coding analysis successfully deleted (No Content)