curl -X 'POST' \ 'https://api.coaxial.ai/data_integration/remove' \ -H 'accept: application/json' \ -H 'Authorization: Bearer <api_key>' \ -H 'Content-Type: application/json' \ -d '{ "coaxial_id": <coaxial_dataset_integration_id> }'
{ "message": "string" }
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