🚀 Devdraft Launch Week I is live! Sign up for exclusive access and early features. Learn more →
English
API Reference
Interactive API reference
cURL
curl --request DELETE \ --url https://api.devdraft.ai/api/v0/taxes \ --header 'x-client-secret: <api-key>'
{ "message": "Tax ID is required in the URL path. Use DELETE /api/v0/taxes/{id} to delete a specific tax.", "error": "Bad Request", "statusCode": 400 }
This endpoint requires a tax ID in the URL path. Use DELETE /api/v0/taxes/ instead.
Your secret API key. Keep this secure and never expose it in client-side code.
Bad Request - Tax ID is required in the URL path
The response is of type object.
object