Space Invitations
Expire a Space Invitations
POST
https://api.cirro.io/v2/space_invitations/
:id
/expire
Parameters
Returns the Space Invitation object. Returns an error if the call failed.
Please see our guide on Space Invitations to learn more about when and why to call this endpoint.
Example
1client = CirroIOV2::Client.new(...)
2client.SpaceInvitation.expire(123)