---
title: Delete a profile
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/delete-v1-profiles-_id_
---

# Delete a profile

Delete a provisioning profile that is used for app development or distribution.

## URL

DELETE https://api.appstoreconnect.apple.com/v1/profiles/{id}

## Path Parameters

id:

## Response Codes

204 No Content: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 429 :

## Discussion

Discussion You can delete provisioning profiles, and may wish to do so if they are expiring or obsolete.

## See Also

### Creating and Deleting Provisioning Profiles

- [Create a profile](appstoreconnectapi/post-v1-profiles.md)
