Skip to main content
DELETE
Delete merchant representative association
Removing an association deletes the link between the person and the merchant. The person record itself is unaffected and remains available for other merchants.
Tilta requires at least one legal representative for a merchant to complete KYB onboarding. Removing the last remaining representative from a merchant that is still onboarding blocks its approval.

Authorizations

Authorization
string
header
required

Your Tilta API key, sent as Bearer <key>.

Path Parameters

external_id
string
required

Unique identifier of a merchant.

Maximum string length: 100
Pattern: ^[a-zA-Z0-9-_]+$
person_external_id
string
required

Unique identifier of a person.

Maximum string length: 100
Pattern: ^[a-zA-Z0-9-_]+$

Response

person_external_id
string
required
merchant_external_id
string
required
status
enum<string>
required
Available options:
PENDING_VERIFICATION,
VERIFYING,
NEEDS_REVIEW,
MANUAL_REVIEW,
REJECTED,
APPROVED,
SUSPENDED,
INACTIVE