Company Digital Footprint
Updates the status of a domain.
Update the status of the domain. <br/> It's not possible to update the status of the main domains, which also includes any domains provided by the user to initiate the scan or manually added later on.
patch/api/v2/companies/{id}/domains
Path parameters
idinteger required
Example:123
The id of the company to be updated.
Request body
Example request
{
"Domain": "acmeinc.com",
"Status": "Inactive"
}Response
Success