Skip to main content
Remove a DID service in a public Talaria DID document.

Path parameters

did
string
required
The DID to update.
serviceId
string
required
The service ID.

Request body

did
string
required
The DID to update. It must match the path.
action
string
required
The operation name. Use RemoveService.
id
string
required
The public id value for this operation.
nonce
string
required
The request nonce.
valid_until
string
required
The authorization expiration time.
signer_key_id
string
The public signing-key identifier. Defaults to root.
canonical_payload
string
required
The payload supplied by a Talaria-compatible signer.
signature
string
required
The authorization signature.

Response

202 Accepted means the Directory accepted the request for processing. It does not confirm final settlement.