cURL
curl --request DELETE \ --url https://app.sajn.se/api/v1/documents/{id}/fields/{fieldId} \ --header 'authorization: <authorization>'
{ "message": "<string>" }
Remove a field from a document. Only allowed for DRAFT documents.
Bearer token for API authentication
Error response
Error message describing what went wrong
Was this page helpful?