ApiProfiles
Delete a profile
Soft-deletes the profile. Existing integrations bound to it keep their profileId — they are not orphaned, but listing /v1/profiles will no longer surface this row.
DELETE
/v1/profiles/{id}Authorization
accessKey x-access-key<token>
In: header
Path Parameters
id*string
Profile ID
Response Body
application/json
application/json
application/json
curl -X DELETE "https://api.postpeer.dev/v1/profiles/string"{
"success": true,
"message": "string"
}{
"error": "string"
}{
"error": "string"
}