Delete invitation
DELETE/unit/invitation/:invitationId
Deletes the invitation specified by the invitation ID. An invitation can be deleted only if it is in the INACTIVE or EXPIRED state.
Request
Path Parameters
invitationId stringrequired
The invitation ID.
Example: 867c0ba0-5a53-475b-8194-1f565f6ec197
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
code int32
The response code.
data object
The wrapped responding data.
msg string
The response message.
{
"code": 0,
"data": {},
"msg": "string"
}
Loading...