Untag a KYC document

Untags a KYC document.

SecurityAPI Key: SecretApiKey or HTTP: JWT
Request
path Parameters
tag
required
string^[@~\-\.\w\s]+$

Name of the tag.

kycDocumentId
required
string <= 50 characters ^[@~\-\.\w]+$

ID of the KYC document.

delete
/tags/{tag}/kyc-documents/{kycDocumentId}
Responses

204

KYC document untagged.

401

Unauthorized access. Invalid credentials used.

403

Access forbidden.

404

Resource not found.

Response samples
application/json
{ "status": 401, "type": "http://example.com", "title": "string", "detail": "string", "instance": "string" }