Delete a member
Developing
Request
Body Params application/json
{
"email" : "Ln_yekene@esi.dz"
}
Request Code Samples
curl --location --request DELETE 'http://127.0.0.1:8000/projects/members/a3ef2505-ea9e-4c2b-93af-09cba8f2fe07' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6Ijg3MzAxMTI0LWEyMGItNDhlYS1iYmQ4LWI1Mjk5ZWRmZDExOCIsImV4cCI6MjA2OTI0MDU5M30.FUlsPphKZX3CQbiLZzndyyLzNOH8a3OB9nYDbvsksEg' \
--header 'Content-Type: application/json' \
--data-raw '{
"email" : "Ln_yekene@esi.dz"
}'
Responses
application/json Modified at 2024-02-29 21:08:04