Document type
Delete document type
Delete a document type and everything it contains, for example configurations and reference PDfs, but not its extraction history displayed in the Sensible app.
DELETE
/
document_types
/
{type-id}
Authorizations
Authorization
string
headerrequiredSensible 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
requiredThe unique document type identifier in v4 UUID format. Find IDs using the /document_types
endpoint.
Response
204 - text/plain
The response is of type string
.