Delete data

Action: 
android.intent.action.DELETE
Input: 
URI of data to be deleted.
Output: 
None

Delete the given data from its container.

Activity implementing this intent delete the given data from its container.

See Android documentation.