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
  • pet

    Deletes a pet.

    Delete a pet.

    DELETE
    /
    pet
    /
    {petId}

    Authorizations

    ​
    Authorization
    string
    header
    required

    The access token received from the authorization server in the OAuth 2.0 flow.

    Headers

    ​
    api_key
    string

    Path Parameters

    ​
    petId
    integer
    required

    Pet id to delete

    Response

    200

    Pet deleted

    Updates a pet in the store with form data.Uploads an image.
    websitelinkedin
    Powered by Mintlify
    Assistant
    Responses are generated using AI and may contain mistakes.