parameters: - $ref: '#/components/parameters/account_id' - name: id in: path required: true schema: type: number description: ID of the group contact post: tags: - Groups operationId: contact-group-invite-revoke summary: Revoke Group Invite Link description: Revokes the current group invite link and returns the newly generated invite code and URL. security: - userApiKey: [] responses: '200': description: Success content: application/json: schema: type: object properties: invite_code: type: string description: The new group invite code invite_url: type: string description: New full WhatsApp invite URL (https://chat.whatsapp.com/{code}) '401': description: Unauthorized '422': description: Provider unavailable content: application/json: schema: $ref: '#/components/schemas/bad_request_error'