cURL
curl --request DELETE \ --url https://api.example.com/api/permissions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "permission": "<string>" } '
{ "message": "<string>" }
Remove a permission from a user or group in the Firestore
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?