DELETE
/
document_types
/
{type-id}
/
goldens
/
{document-name}
/
configuration
curl --request DELETE \
  --url https://api.sensible.so/v0/document_types/{type-id}/goldens/{document-name}/configuration \
  --header 'Authorization: Bearer <token>'
"No Content"

Authorizations

Authorization
string
header
required

Sensible uses API keys to authenticate requests. Keep your API keys secure and do not share them publicly accessible areas such as GitHub, client-side code, etc. Authentication to the API is performed via Bearer Authentication. Provide your API key as the bearer auth value.

Path Parameters

type-id
string
required

The unique document type identifier in v4 UUID format. Find IDs using the /document_types endpoint.

document-name
string
required

Unique name for a document. Find it in the Sensible app or from the /document_types/{type-id}}/goldens endpoint.

Required string length: 3 - 128

Response

204
text/plain
No content

The response is of type string.