Delete a fee entry

Deletes a fee entry.

Important: This operation is experimental and may not be backward compatible.

SecuritySecretApiKey or JWT
Request
path Parameters
id
required
string <= 50 characters ^[@~\-\.\w]+$

ID of the resource.

Responses
204

Fee deleted.

401

Unauthorized access. Invalid credentials used.

403

Access forbidden.

404

Resource not found.

delete/fees/{id}
Request samples
Response samples
application/json
{
  • "status": 401,
  • "title": "string",
  • "detail": "string",
  • "instance": "string"
}