Skip to main content
DELETE
/
v0
/
costs
/
{id}
Delete
curl --request DELETE \
  --url https://api.paygentic.io/v0/costs/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "The requested resource was not found",
  "error": "not_found"
}

Documentation Index

Fetch the complete documentation index at: https://docs.paygentic.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

id
string
required

The unique identifier of the cost Unique identifier for a cost

Pattern: ^cst_[a-zA-Z0-9]+$

Response

Cost deleted successfully