Delete a custom code block

DELETE/settings/custom-code/{custom_code_id}

Moves the custom code block to the trash instead of permanently deleting it.

A block in the trash can be restored with the update operation by sending deleted: false.

AuthorizationBearer <token>

Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.

In: header

Path Parameters

custom_code_id*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/settings/custom-code/string"
Empty