Skip to content

Unassign

DELETE
/assignment/{orgID}/{userID}
curl --request DELETE \
--url https://api.huddlesurety.co/assignment/example/example
orgID
required
string

Organization ID

userID
required
string

User ID

OK

Media typeapplication/json
object
orgID
required
string
userID
required
string
Examplegenerated
{
"orgID": "example",
"userID": "example"
}