curl -X 'POST' \ 'https://api.coaxial.ai/provisions/remove_from_user' \ -H 'accept: application/json' \ -H 'Authorization: Bearer <api_key>' \ -H 'Content-Type: application/json' \ -d '{ "user_id": <user_id>, "coaxial_id": <coaxial_model_id> }'
{ "user_id": <user_id>, "resources": [ { "id": <coaxial_resource_id>, "name": "string" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The user id with updated resource information
The response is of type object.
object