# Remove Pets
source: https://developer.mastercard.com/mastercard-agent-pay/documentation/use-cases/delete-database-information/index.md

Delete information about a Pet, Adoption record, or Employee.
Test

### Example Sequence {#example-sequence}

Diagram pet-deletion

## Delete a Pet {#delete-a-pet}

This endpoint allows a {Pet Store} employee to delete a Pet using `DELETE /pets/{pet_id}`.
The deletion will be permanent, this action cannot be undone. A UUID uniquely identifies the Pet.

### Delete Pets Request {#delete-pets-request}

See the API structure:


API Reference: `DELETE /pets/{pet_id}`

<br />

