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

arrow-up-rightX-API-KEYstringheaderrequiredarrow-up-rightX-ACCOUNT-IDstringheaderrequired

Path Parameters

arrow-up-rightcoding 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/deletearrow-up-right

Last updated