cURL
curl --request DELETE \ --url https://api.primeintellect.ai/api/v1/tunnel \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "tunnel_ids": [ "<string>" ] } '
{ "message": "<string>", "succeeded": [ "<string>" ], "failed": [ {} ] }
Bulk delete multiple tunnels by IDs.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Request to bulk delete tunnels.
List of tunnel IDs to delete
1 - 500
Successful Response
Response for bulk tunnel deletion.
Summary message
Successfully deleted tunnel IDs
Failed deletions with error messages
Show child attributes
Was this page helpful?