cURL
curl --request POST \ --url https://cloud.onyx.app/api/manage/admin/cc-pair/{cc_pair_id}/prune \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": [ 123 ] }
Triggers pruning on a particular cc_pair immediately
Authorization header with Bearer token
Successful Response
Was this page helpful?