cURL
curl --request DELETE \ --url https://api.pinata.cloud/v3/gateways/{id}/ips/{ip_id} \ --header 'Authorization: Bearer <token>'
{ "data": null }
`org:gateways:write:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the target Gateway
ID of the IP address entry
OK
The response is of type object.
object