Skip to content

DeleteContractorAccount

DELETE
/contractor_account/{accountID}
curl --request DELETE \
--url https://api.huddlesurety.co/contractor_account/example
accountID
required
string

Contractor Account ID

OK

Media typeapplication/json
object
address
required
string
id
required
string
isPrimary
required
boolean
name
required
string
orgID
required
string
phone
required
string
Examplegenerated
{
"address": "example",
"id": "example",
"isPrimary": true,
"name": "example",
"orgID": "example",
"phone": "example"
}