Skip to main content

Delete Cost Allocation

DELETE 

/api/cost-allocations/:costAllocation

Deletes a cost allocation and recalculates the parent cost entry's allocation status, freeing the amount to be allocated again.

Required scope: purchase-orders:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Allocations that were created by an amortization schedule cannot be deleted individually - the request fails with HTTP 422. Delete the amortization schedule instead (DELETE /api/amortization-schedules/{amortization_schedule}).

Authentication: Requires Bearer token. Scope: purchase-orders (read/write).

Request

Responses

OK

Response Headers
    Content-Type