DeclineFriendship Capability

The DeclineFriendship Capability performs a function similar to the DeclineFriendship LLMessage. It allows the recipient of a friendship offer, restored from the retrieval of an instant message, to be actively declined. This interface comes with usage contraints not present in the LLMessage interface:

One query term is required when invoking the cap:

Client Request DEL <path>?from=<uuid> ->
<empty>

; 200 Response <-
{
  success: Boolean
}
; 4xx/5xx codes as well

History

~2018 Introduced