Delete Company User Group

DELETE /public/v1/user-groups/{userGroupId}

Headers

  • X-COMPANY-ID string Required

    The company's unique ID

Path parameters

  • userGroupId string(uuid) Required

Responses

  • 500 */*

    Internal Server Error

  • 200

    OK

DELETE /public/v1/user-groups/{userGroupId}
curl \
 --request DELETE 'https://live.smartpmtech.com/public/v1/user-groups/{userGroupId}' \
 --header "X-API-KEY: $API_KEY" \
 --header "X-COMPANY-ID: string"
Response examples (500)
{}