Gig Invitations

Reject a Gig Invitation

POST https://api.cirro.io/v2/gig_invitations/:id/reject

Parameters

No parameters needed.

Description

This endpoint allows a user to reject a gig invitation that they have received.

Example

1client = CirroIOV2::Client.new(...)
2client.GigInvitation.reject(1)
Previous
Accept a Gig Invitation