API Docs / Operations / Users / Delete User Rate

Delete User Rate

DELETE /tenants/{tenant}/users/{userCode}/rates/{rateCode}

Deletes one rate entry. Deleting the current entry leaves the user with no rate of their own, so the practice default applies to newly logged time until a new rate is set.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

userCode* path string
rateCode* path string

Responses

204 No Content
401 Unauthorized – Invalid or missing API key
404 Not Found

Try it