curl -X 'POST' \ 'https://api.coaxial.ai/functions/remove' \ -H 'accept: application/json' \ -H 'Authorization: Bearer <api_key>' \ -H 'Content-Type: application/json' \ -d '{ "coaxial_id": <function_id> }'
{ "message": "Function Deleted Successfully" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object