Revoke Group Invitation
DELETE/api/v2/instance/:instanceId/group/:groupJid/invitation
Revoke Group Invitation
Request
Path Parameters
instanceId stringrequired
The unique identifier of the group whose settings will be changed.
groupJid stringrequired
The unique identifier of the group whose invitation will be revoked.
Responses
- 200
- 400
- 401
- 500
Response Success
- application/json
- Schema
- Example (from schema)
Schema
revoked boolean
groupJid string
{
"revoked": true,
"groupJid": "string"
}
BadRequestException
- application/json
- Schema
- Example (from schema)
Schema
message string[]required
Default value: string,[object Object]
error stringrequired
statusCode numberrequired
{
"message": [
"string"
],
"error": "string",
"statusCode": 0
}
UnauthorizedException
- application/json
- Schema
- Example (from schema)
Schema
message string[]required
Default value: string,[object Object]
error stringrequired
statusCode numberrequired
{
"message": [
"string"
],
"error": "string",
"statusCode": 0
}
InternalServerErrorException
- application/json
- Schema
- Example (from schema)
Schema
message string[]required
Default value: string,[object Object]
error stringrequired
statusCode numberrequired
{
"message": [
"string"
],
"error": "string",
"statusCode": 0
}
Loading...