Skip to main content
POST
Unmerge profiles

Authorizations

Authorization
string
header
required

nia_sk_...

Headers

Idempotency-Key
string
required

Required. Kept 24 hours with the hash of the body: a retry with the same key returns the first answer, and the same key with a different body returns 409 conflict.

Required string length: 1 - 256

Body

application/json
profile_id
string<uuid>
required
assertion_ids
string<uuid>[]
Maximum array length: 200
handle_ids
string<uuid>[]
Maximum array length: 200
reason
string | null
Required string length: 1 - 500

Response

The operation, queued or applied.

op_id
string<uuid>
required
status
enum<string>
required
Available options:
queued,
applied,
linked,
blocked
assertion_id
string<uuid> | null