Radicas Docs
API referenceGenerated

Delete Invite

DELETE
/invites/{invite_id}

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

invite_id*Invite Id

Response Body

application/json

application/json

curl -X DELETE "https://example.com/invites/string"
{  "property1": true,  "property2": true}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}