v1
latestOpenAPI 3.1.02026-07-242735131.1 MBIncentives
Delete an Incentive
Delete an incentive.
one_time incentives that have the following status CANNOT be deleted:
- processing
- paid
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage expenses (employment_payments) | - | Manage incentives (incentive:write) |
delete/v1/incentives/{id}
Path parameters
idstring required
Incentive ID
Headers
Authorizationstring required
Requires a Company-scoped access token obtained through the Authorization Code flow or the Refresh Token flow.
The refresh token needs to have been obtained through the Authorization Code flow.
Response
Success
Example response
{
"data": {
"status": "ok"
}
}