Skip to main content
DELETE
/
documents
/
{identifier}
Delete a document
curl --request DELETE \
  --url https://api-joy.joyfill.io/v1/documents/{identifier} \
  --header 'Authorization: Basic <encoded-value>'
"{\n  \"identifer\": \"String\",\n \t\"deleted\": \"Boolean\"  \n}"

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

Authorization
string

Supports both API Key and User Access Token authorization. See https://joyfill.mintlify.app/api/authentication

Path Parameters

identifier
string
required

Response

200 - application/json

200

identifer
string
Example:

"String"

deleted
string
Example:

"Boolean"