Delete Service Level

Beta
DELETE/v1/operations/carriers/{carrier_id}/service-levels/{id}

This endpoint is idempotent. Learn more

Permanently deletes a service level so it can no longer be selected on shipments.

System-owned service levels and the carrier's default service level cannot be deleted; to remove a default, first clear its is_default flag or promote another service level in its place.

Permissions requiredValues:carriers:delete
The role behind your API key or agent must grant every one of these permissions.
carrier_idstring

The carrier that owns this service level.

idstring

Service level ID.

Responses

200

Successful response for Delete Service Level