Skip to main content

Delete a specific cost target.

DELETE 

/cost_target/:id/

Deletes a cost target identified by its unique ID. Requires proper authorization and may return errors if the cost target is not found or if deletion permissions are restricted.

Request

Path Parameters

    id integerrequired

    A unique integer value identifying this cost target.

Responses

Loading...