cURL
curl --request DELETE \ --url https://api.pinata.cloud/v3/gateways/{id}/custom_domain/{custom_domain_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 target Custom Domain
OK
The response is of type object.
object