cURL
curl --request DELETE \ --url https://api.social-api.ai/v1/invites/{id} \ --header 'Authorization: <api-key>'
{ "code": "account_not_found", "error": "account not found" }
Marks an invite as used (revoked), preventing it from being redeemed.
Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...
Authorization: Bearer sapi_key_...
Invite ID
Invite revoked