SalesDesk Docs home pagelight logodark logo
pet
  • PUT
    Update an existing pet.
  • POST
    Add a new pet to the store.
  • GET
    Finds Pets by status.
  • GET
    Finds Pets by tags.
  • GET
    Find pet by ID.
  • POST
    Updates a pet in the store with form data.
  • DEL
    Deletes a pet.
  • POST
    Uploads an image.
store
  • GET
    Returns pet inventories by status.
  • POST
    Place an order for a pet.
  • GET
    Find purchase order by ID.
  • DEL
    Delete purchase order by identifier.
user
  • POST
    Create user.
  • POST
    Creates list of users with given input array.
  • GET
    Logs user into the system.
  • GET
    Logs out current logged in user session.
  • GET
    Get user by user name.
  • PUT
    Update user resource.
  • DEL
    Delete user resource.
SalesDesk Docs home pagelight logodark logo
  • My Account
  • Sign up
Guides
API Reference 10
Guides
API Reference 10
  • My Account
  • Sign up
  • store

    Delete purchase order by identifier.

    For valid response try integer IDs with value < 1000. Anything above 1000 or non-integers will generate API errors.

    DELETE
    /
    store
    /
    order
    /
    {orderId}

    Path Parameters

    ​
    orderId
    integer
    required

    ID of the order that needs to be deleted

    Response

    200

    order deleted

    Find purchase order by ID.Create user.
    websitelinkedin
    Powered by Mintlify
    Assistant
    Responses are generated using AI and may contain mistakes.