API/Delete Coding
Codings
Delete Coding
Deletes a coding analysis by ID
curl --request DELETE \
--url https://api.sully.ai/v1/codings/{codingId} \
--header 'X-ACCOUNT-ID: <api-key>' \
--header 'X-API-KEY: <api-key>'204400404Copy
This response does not have an example.Authorizations
X-API-KEYstringheaderrequiredX-ACCOUNT-IDstringheaderrequired
Path Parameters
coding Id string required
ID of the coding analysis to delete
Example:
"coding_EXAMPLE123456789"
Response
204
Coding analysis successfully deleted (No Content)
Test this API here: https://docs.sully.ai/api-reference/codings/delete
Last updated
