cURL
curl --request DELETE \ --url https://api.raydocs.com/extractions/templates/{templateId} \ --header 'Authorization: Bearer <token>'
Delete an extraction template.
templates-write
DELETE /extractions/templates/550e8400-e29b-41d4-a716-446655440000 HTTP/1.1 Host: api.raydocs.com Authorization: Bearer <token>
templateId
204 No Content
404 Not Found
Personal Access Token created from the Raydocs dashboard. Include in the Authorization header: Bearer <your_token> See API Keys for token creation and management.
Bearer <your_token>
Deleted