Authorizations
Response
200
curl --request DELETE \
--url https://rest.cerebrium.ai/v2/projects/{project_id}/payment-methods/{payment_method_id} \
--header 'Authorization: Bearer <token>'Remove a payment method from a specific project.
curl --request DELETE \
--url https://rest.cerebrium.ai/v2/projects/{project_id}/payment-methods/{payment_method_id} \
--header 'Authorization: Bearer <token>'