cURL
curl --request DELETE \ --url https://api.faces.sh/auth/{user_uid}/invites \ --header 'Content-Type: application/json' \ --data ' { "invite_ids": [ 123 ] } '
{ "success": true, "messages": [], "data": {}, "error": "<string>", "meta": {} }
Delete specific unused invite keys by IDs. The authenticated IAM must own the user_uid IAM. Only deletes unused invites.
Successful Response
Show child attributes