Deletes a pet

DELETE /pet/{petId}

Headers

  • api_key string

Path parameters

  • petId integer(int64) Required

    Pet id to delete

Responses

  • 400

    Invalid pet value

DELETE /pet/{petId}
curl \
 --request DELETE '/api/v3/pet/{petId}' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "api_key: string"