Podio API Documentation

Contacts: Delete contact(s)

This operation is deprecated and will be removed soon.
DELETE /contact/{profile_ids}

Deletes the contact(s) with the given id(s). It is currently only allowed to delete contacts of type "space".

Usage
PHP Client
PodioContact.php
PodioContact::delete( $profile_ids );
Ruby Gem
profile.rb
Podio::Profile.delete_contact( profile_id )
Parameters
profile_ids*
Required.

Sandbox

The sandbox only handles GET operations for now.