---
title: "DELETE /profile/{ProfileId}"
method: DELETE
path: "/profile/{ProfileId}"
---

# DELETE /profile/{ProfileId}

`DELETE /profile/{ProfileId}`

Deletes the specified Route 53 Profile. Before you can delete a profile, you must first disassociate it from all VPCs.

## Path parameters

- `ProfileId` string, required

## Response `200`

Success

- DeleteProfileResponse
  - `Profile` object — Information about the <code>DeleteProfile</code> request, including the status of the request.
    - `Arn` string — The Amazon Resource Name (ARN) of the Profile.
    - `ClientToken` string — The <code>ClientToken</code> value that was assigned when the Profile was created.
    - `CreationTime` string, date-time — The date and time that the Profile was created, in Unix time format and Coordinated Universal Time (UTC).
    - `Id` string — ID of the Profile.
    - `ModificationTime` string, date-time — The date and time that the Profile was modified, in Unix time format and Coordinated Universal Time (UTC).
    - `Name` string — Name of the Profile.
    - `OwnerId` string — Amazon Web Services account ID of the Profile owner.
    - `ShareStatus` 'NOT_SHARED' | 'SHARED_WITH_ME' | 'SHARED_BY_ME' — Sharing status for the Profile.
    - `Status` 'COMPLETE' | 'DELETING' | 'UPDATING' | 'CREATING' | 'DELETED' | 'FAILED' — The status for the Profile.
    - `StatusMessage` string — Status message that includes additiona information about the Profile.

## Other responses

- `480` — ResourceNotFoundException
- `481` — ThrottlingException
- `482` — ValidationException
- `483` — AccessDeniedException
- `484` — ConflictException

---

[API](https://skmtc.net/aws/apis/route53profiles.md) · [All operations](https://skmtc.net/aws/apis/route53profiles/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/route53profiles/versions/33f7afbcbb9d/schema)
