Skip to main content
POST
Cancel Fleet Operation

Authentication

✅ Organization User (CustomerEmployee)
❌ Delegated User (EndUser)
✅ Service Account

Required Permissions

KeyStores:Fleets:Cancel: Always required.

Authorizations

Authorization
string
header
required

Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows

X-DFNS-USERACTION
string
header
required

User Action Signature: Used to sign the change-inducing API requests. More details how to generate the token: User Action Signing flows

Path Parameters

storeId
string
required
Minimum string length: 1

Body

application/json
groupId
string
required
Minimum string length: 1
reason
string
Required string length: 1 - 2000

Response

200 - application/json

Success

groupId
string
required
storeId
string
required
orgId
string
required
status
enum<string>
required
Available options:
Initialized,
InReview,
Rejected,
Approved,
Canceled
createdBy
string
required
submittedBy
string | null
required
dateSubmitted
string | null
required
reviewedBy
string | null
required
dateReviewed
string | null
required
canceledBy
string | null
required
dateCanceled
string | null
required
reason
string | null
required
dateCreated
string
required
operations
object[]
required
Last modified on July 23, 2026