curl --request DELETE \
--url https://api.awfixer.app/v2/teams/{teamId}/memberships/{membershipId} \
--header 'Authorization: <authorization>'
{
"status": "success",
"data": {
"id": 123,
"userId": 123,
"teamId": 123,
"accepted": true,
"role": "MEMBER",
"disableImpersonation": true,
"user": {
"avatarUrl": "<string>",
"username": "<string>",
"name": "<string>",
"email": "<string>",
"bio": "<string>",
"metadata": {
"key": "value"
}
}
}
}
curl --request DELETE \
--url https://api.awfixer.app/v2/teams/{teamId}/memberships/{membershipId} \
--header 'Authorization: <authorization>'
{
"status": "success",
"data": {
"id": 123,
"userId": 123,
"teamId": 123,
"accepted": true,
"role": "MEMBER",
"disableImpersonation": true,
"user": {
"avatarUrl": "<string>",
"username": "<string>",
"name": "<string>",
"email": "<string>",
"bio": "<string>",
"metadata": {
"key": "value"
}
}
}
}
curl --request DELETE \
--url https://api.awfixer.app/v2/teams/{teamId}/memberships/{membershipId} \
--header 'Authorization: <authorization>'
{
"status": "success",
"data": {
"id": 123,
"userId": 123,
"teamId": 123,
"accepted": true,
"role": "MEMBER",
"disableImpersonation": true,
"user": {
"avatarUrl": "<string>",
"username": "<string>",
"name": "<string>",
"email": "<string>",
"bio": "<string>",
"metadata": {
"key": "value"
}
}
}
}
curl --request DELETE \
--url https://api.awfixer.app/v2/teams/{teamId}/memberships/{membershipId} \
--header 'Authorization: <authorization>'
{
"status": "success",
"data": {
"id": 123,
"userId": 123,
"teamId": 123,
"accepted": true,
"role": "MEMBER",
"disableImpersonation": true,
"user": {
"avatarUrl": "<string>",
"username": "<string>",
"name": "<string>",
"email": "<string>",
"bio": "<string>",
"metadata": {
"key": "value"
}
}
}
}